IndexOfIllustrations Class

Represents an index of the images and graphics in a current document or chapter.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class IndexOfIllustrations : ITextContent, 
	IIndexContent, IContentElement, ICellContent, IHeaderFooterContent
Inheritance
Object    IndexOfIllustrations
Implements
ICellContent, IContentElement, IIndexContent, ITextContent, IHeaderFooterContent

Constructors

IndexOfIllustrations Initializes a new instance of the IndexOfIllustrations class.

Properties

IndexBody Contains an index.
IsProtected Specifies whether a section is protected. The defined values are: false: section is not protected from editing. true: section is protected from editing.
Name Contains the name for an illustration index.
ProtectionKey Specifies that an authorization is required for removing the protection of a section.
Source Specifies how an index of illustrations is generated.
Style Contains style.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current IndexOfIllustrations object to its equivalent string representation.
(Overrides ObjectToString)

See Also